home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kill-the-dragons.swf / scripts / DefineSprite_828 / frame_3 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  150 b   |  8 lines

  1. oppThrow();
  2. if(getTimer() >= pauseLength && _parent.oppMove < _parent.oppMaxMove)
  3. {
  4.    gotoAndStop("move");
  5.    play();
  6.    _parent.oppMove++;
  7. }
  8.